home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_533 / icons / unpackdisk < prev    next >
Text File  |  1992-05-06  |  1KB  |  36 lines

  1. .K ""
  2. echo "This script will unpack icons.lzh to create a bootable demo"
  3. echo "disk.  It will make the disk bootable, and add some files"
  4. echo "from your currently running system, which must be 2.0."
  5. echo "Once booted with the demo disk, you will have an 8 color"
  6. echo "workbench, set up with the suggested colors for viewing"
  7. echo "the 8 color icons."
  8. echo ""
  9.  
  10. ask "Do you have a blank disk ready?"
  11. if not WARN
  12.     echo "Try again when you do ..."
  13.     echo "All Done.  Click close gadget to get rid of window."
  14.     endcli
  15. endif
  16.  
  17. ask "Is floppy drive df1: free?"
  18. if not WARN
  19.     echo "You will need to do the unpacking yourself."
  20.     echo "All Done.  Click close gadget to get rid of window."
  21.     endcli
  22. endif
  23.  
  24. echo "Formatting and unpacking disk."
  25.  
  26. sys:system/format drive df1: name Icons noicons
  27. c:install drive df1:
  28. c:makedir df1:c
  29. c:copy c:assign c:copy c:IPrefs c:loadwb c:makedir c:setpatch c:version df1:c
  30. c:makedir df1:libs
  31. c:copy libs:diskfont.library libs:iffparse.library libs:version.library Df1:libs
  32. :c/lharc -x -a -m x Icons.lzh Icons:
  33.  
  34. echo "All Done.  Click close gadget to get rid of window."
  35. endcli
  36.